home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr11 / pctv4n2.zip / SHADES.ZIP / FRAME.CPP < prev    next >
C/C++ Source or Header  |  1993-02-26  |  239b  |  12 lines

  1. // frame.cpp -- TFrameWindow implementation by Tom Swan
  2. #include <owl.h>
  3. #include <mdi.h>
  4. #pragma hdrstop
  5. #include "frame.h"
  6.  
  7. // Constructor
  8. TFrameWindow::TFrameWindow(LPSTR ATitle, int MenuId)
  9.   : TMDIFrame(ATitle, MenuId)
  10. {
  11. }
  12.